home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 38 / PC Gamer IT CD 38 1-2.iso / HG2DEMO / hg2demo.exe / data / Shell / ldl / hg2_dlgs.ldl < prev    next >
Text File  |  1998-10-21  |  2KB  |  120 lines

  1. # "hg2_dlgs.ldl" , CHARACTER LISTBOX
  2.  
  3. ################################################################
  4.  
  5. template dlg_window {
  6.     string    xanchor    "center"
  7.     string    yanchor    "center"
  8.     int    widthpix    200
  9.     int    heightpix    100
  10. }
  11.  
  12. template dlg_pane {
  13.     int    xpix    0
  14.     int    ypix    0
  15.     int    widthpix    198
  16.     int    heightpix    100
  17.     string    imageblttype    "stretch"
  18.     string    image0    "SFRA008X.TGA"
  19. }
  20.  
  21. template dlg_msg:FONT_12:MULTICOLOR {
  22.     int    xpix    10
  23.     int    ypix    10
  24.     int    widthpix    178
  25.     int    heightpix    50
  26.     string    just    "center"
  27. }
  28.  
  29. template dlg_yes:FONT_7:MULTICOLOR:TXTBTN5:lows.okay {
  30.     int    xpix    120
  31.     int    ypix    60
  32.     int    widthpix    69
  33.     int    heightpix    20
  34.     string    just    "center"
  35.     string    imageblttype    "stretch"
  36.     string    executesound    "accept.wav"
  37. }
  38.  
  39. template dlg_no:FONT_7:MULTICOLOR:TXTBTN5:lows.cancel {
  40.     int    xpix    11
  41.     int    ypix    60
  42.     int    widthpix    69
  43.     int    heightpix    20
  44.     string    just    "center"
  45.     string    imageblttype    "stretch"
  46.     string    executesound    "cancel.wav"
  47. }
  48.  
  49. template dlg_ok:FONT_7:MULTICOLOR:TXTBTN5:lows.okay {
  50.     int    xpix    70
  51.     int    ypix    60
  52.     int    widthpix    70
  53.     int    heightpix    20
  54.     string    just    "center"
  55.     string    imageblttype    "stretch"
  56.     string    executesound    "accept.wav"
  57. }
  58.  
  59. ################################################################
  60. dlg_delete_pilot {
  61.     int    xpix    353
  62.     int    ypix    170
  63.     int    widthpix    198
  64.     int    heightpix    100
  65.     pane : dlg_pane {
  66.         string    imageblttype    "stretch"
  67.         msg : dlg_msg:dialogs.delpilot {
  68.         }
  69.         yes : dlg_yes {
  70.         }
  71.         no : dlg_no {
  72.         }
  73.     }
  74. }
  75.  
  76. dlg_delete_gear : dlg_window {
  77.     pane : dlg_pane {
  78.         string    imageblttype    "stretch"
  79.         msg : dlg_msg:dialogs.delgear {
  80.         }
  81.         yes : dlg_yes {
  82.         }
  83.         no : dlg_no {
  84.         }
  85.     }
  86. }
  87.  
  88. dlg_invalid_wpn : dlg_window {
  89.     pane : dlg_pane {
  90.         string    imageblttype    "stretch"
  91.         msg : dlg_msg:dialogs.invweap {
  92.         }
  93.         ok : dlg_ok {
  94.         }
  95.     }
  96. }
  97.  
  98. dlg_invalid_hp : dlg_window {
  99.     pane : dlg_pane {
  100.         string    imageblttype    "stretch"
  101.         msg : dlg_msg:dialogs.invhp {
  102.         }
  103.         ok : dlg_ok {
  104.         }
  105.     }
  106. }
  107.  
  108. dlg_character_exists : dlg_window {
  109.     pane : dlg_pane {
  110.         string    imageblttype    "stretch"
  111.         msg : dlg_msg:dialogs.chrexists {
  112.         }
  113.         ok : dlg_ok {
  114.         }
  115.     }
  116. }
  117.  
  118. ################################################################
  119.  
  120. $